Package-level declarations
Types
Link copied to clipboard
class ConfigEntry(parentElement: DynamicListWidget, content: ConfigEntry.ContentBuilder.BuildResult, val texts: Translatable.Result) : DynamicListWidget.Entry
An entry for a config setting list. Presents the setting name, any prefix text, as well as content buttons and decorations.
Link copied to clipboard
object EntryCreators
Built in entry creators (except for ValidatedField) The methods themselves are internal to FC, but can be used as reference.
Link copied to clipboard
open class WidgetEntry<T : Selectable, Element, Drawable, Widget>(parentElement: DynamicListWidget, val scope: String, val texts: Translatable.Result, height: Int, widget: T) : DynamicListWidget.Entry
Basic DynamicListWidget.Entry that wraps a single widget with no other bells and whistles.